All Questions
3 questions
0votes
2answers
235views
Korn shell and Bash substitute variable with space over SSH
I have been trying to collect the LPAR id details in by executing a remote command from AIX server (Korn Shell) to IBM HMC (restricted Bash Shell) over SSH. Im having trouble in substituting the ...
0votes
1answer
898views
AIX restricted shell add entry to inittab
Need a help in adding an entry to the AIX inittab on VIO server. The VIO server is a restricted shell, to add entry to the inittab we need to access the root shell using command: oem_setup_env. I'm ...
2votes
1answer
3kviews
Issue with resize and stty on remote ssh script?
Scenario: Source host (Solaris 5.10, KSH), im trying to run the following script named sample.ksh on source #!/bin/ksh set -x Rediscover () { ssh user@hostB ./scripts/test.ksh } Rediscover exit 0 ...